shortcutmanager: Convert docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 05:16:22 +0000 (00:16 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkshortcutmanager.c

index ec70791e7702d3834e5963a974a586aa43758d34..e2b3070a2650cc818540dc2f767aa166fad8c2f8 100644 (file)
 #include "gtkflattenlistmodel.h"
 
 /**
- * SECTION:gtkshortcutmanager
- * @title: GtkShortcutManager
- * @short_description: Interface for managing shortcuts
+ * GtkShortcutManager:
  *
- * The GtkShortcutManager interface is used to implement
+ * The `GtkShortcutManager` interface is used to implement
  * shortcut scopes.
  *
- * This is important for #GtkNative widgets that have their own surface,
- * since the event controllers that are used to implement managed and
- * global scopes are limited to the same native.
+ * This is important for [iface@Gtk.Native] widgets that have their
+ * own surface, since the event controllers that are used to implement
+ * managed and global scopes are limited to the same native.
  *
- * Examples for widgets implementing #GtkShortcutManager are #GtkWindow
- * and #GtkPopover.
+ * Examples for widgets implementing `GtkShortcutManager` are
+ * [class@Gtk.Window] and [class@Gtk.Popover].
  */
 
 G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)